home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- if not count(the windowList) then
- doRollover(26, 2)
- end if
- end
-
- on mouseLeave
- if not count(the windowList) then
- doRollout(26)
- end if
- end
-
- on mouseUp
- glowClear()
- doClick()
- cursor(0)
- set the fileName of window "WordWise" to "@\SOMC\WordWise"
- set the windowType of window "WordWise" to 2
- openMIAW("WordWise")
- end
-